home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / pcset16.arc / PCSET.DOC < prev    next >
Text File  |  1991-09-01  |  31KB  |  661 lines

  1.  
  2.                                 PCSet User Guide 
  3.  
  4.  
  5.                                     Contents 
  6.  
  7. 1.  Purpose of PCSet 
  8. 1.1 PCSLite - Differences 
  9. 2.  Loading PCSet 
  10. 3.  F8 Key  - Quit 
  11. 4.  F10 Key - Help 
  12. 5.  F1 Key  - Edit 
  13. 6.  F2 Key  - Load 
  14. 7.  F3 Key  - Save 
  15. 8.  F4 Key  - Load Defaults 
  16. 9.  F5 Key  - Delete 
  17. 10. F6 Key  - Send 
  18. 11. F7 Key  - Setup 
  19. 12. F9 Key  - Shareware Info 
  20. 13. ASCII Chart
  21. 14. Registration Info 
  22. A.  Adding PCSet/PCSLite to your DOS 5 help file
  23.  
  24.  
  25.  
  26.                           Section 1.  Purpose of PCSet 
  27.  
  28. PCSet is useful for anyone who wants to be able to print plain DOS text files 
  29. to their printer with any of the various effects that your printer can do - 
  30. underlining, bold print, italics, etc.  Each printer has similar capabilities, 
  31. some can do much more than others.  PCSet will also allow you to explore and 
  32. experiment with each of the many settings your printer no doubt has. 
  33.  
  34. If you are trying to determine which codes to feed your word processor to have 
  35. these effects seamlessly integrated into your documents, then you can 
  36. experiment with these codes using PCSet first, without the hassle of having to 
  37. load your word processor and a tiny text file and repeatedly edit your printer 
  38. definitions - a sometimes daunting and always time-consuming task.  For 
  39. example, many printers include such features as Second Strike, Overprint, and 
  40. Bold Face.  Which one will look best on paper when you ask you printer to print
  41. in bold?  It may not actually be the Bold Face feature, but how would you 
  42. know?  If you care to write a small BASIC, C, or other type program, you can 
  43. find out.  But what if you're not so inclined?  PCSet can help make this task 
  44. much easier. 
  45.  
  46. PCSet allows you to save any set of printer codes (Code Sets) you come up with 
  47. to disk for later use.  It includes Epson FX-80e compatible printer codes in 
  48. memory; these can be loaded at any time at the touch of a function key.  Code 
  49. Sets, even the defaults, can be edited and sent to your printer to see the 
  50. effect they have, immediately.  By using one or many of the Code Sets as text 
  51. fields, rather than code fields, you can even print simple memos.  However, 
  52. PCSet's abilities here are limited.  The best reason to use text in PCSet is to
  53. have a test string to send to your printer after setting one or more 
  54. attributes. 
  55.  
  56. You may even choose which printer to print to - you are not limited to LPT1 
  57. only.  LPT1 - LPT3 and COM1 - COM4 are all supported. 
  58.  
  59. NOTE: I chose not to trap the Ctrl-C interrupt in PCSet.  Ctrl-Break, however, 
  60. is trapped and ignored.  I chose to leave Ctrl-C in, just in case.  Be aware, 
  61. however, that PCSet uses video paging and border color, and if you Ctrl-C out 
  62. of PCSet, depending upon where you are within the program, your screen may or 
  63. may not blank, and your cursor (and anything you type) may or may not be 
  64. visible.  Problems such as these can be avoided by using F8 to exit, rather 
  65. than a Ctrl-C, or to run PCSet with the /p option after doing a Ctrl-C.  See 
  66. Section 2 for more information about the /p option.
  67.  
  68.  
  69.                       Section 1.1.  PCSLite - Differences 
  70.  
  71. PCSLite is a smaller version of PCSet, for the more experienced user.  It is 
  72. not distributed with the PCSet archive file, but is available on the PCSet 
  73. distribution diskette.  It is also shareware, but if you register PCSet, and 
  74. send a diskette on which to copy the latest version of PCSet, you will also be 
  75. registered as a user of PCSLite.
  76.  
  77. There are only four differences between PCSet and PCSLite.  PCSLite does not 
  78. have any help text.  It also does not give you the option of changing the 
  79. output printer (since output printer is stored with a Code Set file.  If you 
  80. save a Code Set when LPT2 is set, then when you load that Code Set, PCSLite 
  81. [and PCSet, for that matter] will automatically set the output printer to 
  82. LPT2).  It does not have in-code defaults.  And the F9 key does have a label on
  83. the main screen, unlike on the main screen of PCSet (mainly because there's 
  84. room for it).  PCSLite loads a bit faster and uses less system memory because 
  85. it is about 12K smaller than PCSet.  Except for the exceptions mentioned above,
  86. PCSLite is exactly like PCSet. 
  87.  
  88.  
  89.                            Section 2.  Loading PCSet 
  90.  
  91. To load PCSet, simply type PCSET at your DOS prompt.  Of course, a hard-disk 
  92. based system must contain PCSet in a directory in your PATH for this to work.  
  93. For example, if PCSet is in the C:\UTIL\PTR directory, and that directory is 
  94. NOT in your PATH, you must type C:\UTIL\PTR\PCSET to run PCSet. 
  95.  
  96. If you wish, you may add one parameter to the command line - the filename of an
  97. already-saved PCSet Code Set file already saved that you wish to load 
  98. immediately.  Example: 
  99.  
  100.      A> PCSET PRO3PTR.SET 
  101.  
  102. This will load the file PRO3PTR.SET (ProPrinter III Setups, perhaps) into PCSet
  103. automatically.  There are a few checks done and a few possible errors.  They 
  104. are: 
  105.  
  106.      A> PCSET NOFILE 
  107.      pcset: invalid filename 
  108.  
  109. - This filename does not exist.  The same error would occur if you tried to 
  110. enter a character that DOS does not allow in a filename. 
  111.  
  112.      A> PCSET FILE1 FILE2 
  113.      pcset: too many arguments 
  114.  
  115. - You may specify only one file at a time. 
  116.  
  117.      A> PCSET NOPCSET.FIL 
  118.      pcset: file is not a pcset code file 
  119.  
  120. - PCSet puts a unique identifier in the file.  If the file does not contain 
  121. this identifier, the file is rejected. 
  122.  
  123.      A> PCSET EDITPCS.FIL 
  124.      pcset: file is not correct size 
  125.  
  126. - PCSet files are all one specific size.  If the unique PCSet file indentifier 
  127. exists, but the filesize is not correct (perhaps because it was incorrectly 
  128. edited in a text editor), then you will see this error. 
  129.  
  130.      A> PCSET 
  131.      pcset: error setting video mode 
  132.  
  133. - PCSet requires a CGA card or above.  If CGA 80-column color text mode could 
  134. not be set for some reason, you will see this error. 
  135.  
  136. PCSet also allows two command-line switches.  They are /p and /h (/P and /H 
  137. will also work).
  138.  
  139.      A> PCSET /p 
  140.  
  141. - PCSet resets the border color to black and sets the video page to 0.  As 
  142. described in the Note in Section 1, use this option if you Ctrl-C out of PCSet.
  143.  
  144.      A> PCSET /h 
  145.        or
  146.       A> PCSET /?
  147.      pcset: usage: pcset [ [/h|?] | /p | filename ] 
  148.                    /p option sets current video page to page 0, border to black
  149.                    /h option displays this message 
  150.                    /? option displays this message (DOS 5.0 help format)
  151.                    filename is any valid PCSet file. 
  152.  
  153. - Use /h flag or the /? flag to show this help message.  The /? flag also 
  154. displays additional help text, in keeping with the DOS 5 help system format.
  155.  
  156.      A> PCSET /x 
  157.      pcset: usage:  pcset [ [/h|?] | /p | filename ] 
  158.  
  159. - An invalid flag generates this message, a reminder of the valid switches. 
  160.  
  161. After successfully loading PCSet, you will see the main PCSet screen.  Once you
  162. see this, you will use Function Keys to make the program work for you.  
  163.  
  164. Note:  Of course, PCSLite works the same as described above, but you must 
  165. replace all references to "PCSET" to "PCSLITE". 
  166.  
  167.  
  168.  
  169.  
  170.                            Section 3.  F8 Key - Quit 
  171.  
  172. It may seem strange to skip right to the F8 key, but since it is so important 
  173. in the running of PCSet, it will be handled first.  F8 is labelled END on the 
  174. bottom of your PCSet Main Screen.  But not only should you use F8 to exit a 
  175. PCSet session, but also as a general escape key.  For example, if you are 
  176. entering a filename and make a mistake and wish to start over, just press F8.  
  177. Any time you are asked for input, you may press F8 to get back to the Main 
  178. Screen.  Do realize, that this is really an escape key - not a stop data entry 
  179. key.  For example, if you press F8 in the middle of entering a long Code Set, 
  180. you will escape right then and there, and the edited field will NOT be saved. 
  181.  
  182. NOTE: Many programs use the ESC key for this same function.  PCSet does not use
  183. the ESC key at all.  Do not get confused.
  184.  
  185.  
  186.  
  187.                            Section 4.  F10 Key - Help 
  188.  
  189. Just as with F8, noting this key here is going out of order, but necessary.  Be
  190. aware that just as with the F8 key, the F10 key is ALWAYS available (while in 
  191. PCSet, not PCSLite).  When you press F10, you will see a Help screen relevant 
  192. to what you are currently doing. This is called Context-Sensitive Help.  It 
  193. means the program knows where you are in PCSet and won't show you help for Save
  194. File when you really need help on Set Printer.  The hope is that by using on-
  195. line context-sensitive help, you will not need to keep a hardcopy of this 
  196. document handy (unfortunately, on-line help makes the program's size much 
  197. larger, but that is what PCSLite is for). 
  198.  
  199.  
  200.  
  201.  
  202.                            Section 5.  F1 Key - Edit 
  203.  
  204. Once in PCSet, you will see fields for your Code Sets.  If you entered a file 
  205. name on the command line, these fields would be filled with that file's Code 
  206. Sets.  If you did not enter a file name, the fields will be blank. 
  207.  
  208. When you press F1, PCSet will ask you to input the letter of the Code Set you 
  209. wish to edit.  Code Sets are labelled A-T.  These are the only valid Code Sets,
  210. and the only accepted input (upper or lower case will both work equally well). 
  211.  
  212. After selecting a Code Set, you will be prompted for the Name of the Set.  This
  213. Name is 20 characters long.  The Left and Right Arrows, Backspace key, and all 
  214. alphanumeric keys are acceptable input here.  Sorry, the Insert and Delete keys
  215. will not work.  Once you have entered a new Name or edited an old one, press 
  216. Enter.  You will notice that PCSet does not immediately update the Code Set.  
  217. Instead, it asks you for the Codes themselves.  The field is not immediately 
  218. updated in case you decide to abort the changes while entering data into the 
  219. Codes field.
  220.  
  221. The same keys are available in the Codes field as are for the Name field.  This
  222. field is 50 characters long.  Generally, you would enter only numbers separated
  223. by commas in this field.  Each number would be the ASCII code for a code 
  224. sequence that your printer can understand (see Section 13 for a list of ASCII 
  225. codes).  However, you can enter any text you wish.  PCSet knows the difference 
  226. by looking at the first character in the field - if it is a number, PCSet 
  227. assumes that this field has codes.  If not, it assumed to be text.
  228.  
  229. This does mean that you cannot have a number (0-9) as the first character of a 
  230. field you wish to use as text.  Sorry for any inconvenience this may cause. 
  231.  
  232. Numbers entered in a Code Set should not be over 255.  If they are, PCSet will 
  233. give you an error when you try to send that Code Set to your printer.  Also, if
  234. you start a Code Set with a number and there are ANY non-numbers (even a 
  235. space) anywhere in the field (except for the , delimiter), you will see an 
  236. error at Send-time.  You may zero-fill a number (e.g. 1 = 001, 23 = 023).
  237.  
  238. |  Examples of Codes:
  239. |
  240. |  My printer manual has the following entry for Reset Printer:
  241. |
  242. |    Name: ESC+@
  243. |    Dec.: 27,64
  244. |    Hex.: 1B,40
  245. |
  246. |  In PCSet, you would enter the same thing as shown for the "Dec." codes.
  247. |  When this Code Set was sent to the printer with PCSet, the printer would
  248. |  reset itself.  (Note: Either 27,64 or 027,064 are valid).
  249.  
  250. When you are finished editing the Codes field, press Enter.  Your newly edited 
  251. codes will appear on the Code Set listing. 
  252.  
  253.  
  254.  
  255.  
  256.                            Section 6.  F2 Key - Load 
  257.  
  258. After pressing F2, you will be asked to Enter a filename to load.  After doing 
  259. so, the filename you input will be searched for in the current path, or in the 
  260. absolute path, if you entered one.  If the file cannot be found, you will be 
  261. told so.  Example: 
  262.  
  263.          Filename to Load:  nofile <Enter> 
  264. OR       Filename to Load:  c:\nodir\nofile <Enter> 
  265. RESULT   Invalid Filename and/or Pathname.  Press Any Key. 
  266.  
  267. Your cursor will return to the filename for editing.  The same keys are 
  268. available here as are in the Edit Codes section - Arrow Keys, Backspace, and 
  269. all alphanumeric keys.  PCSet stops reading the filename after the first space,
  270. so if you type  "no file"  PCSet will try to open the file "NO".  A blank 
  271. filename will return you to the Main Screen. 
  272.  
  273. If the file you specified does exist, but does not have the unique PCSet file 
  274. identifier or the correct filesize (as discussed in Section 2), then you will 
  275. see these errors, respectively: 
  276.  
  277.          That File is Not a PCSet File.  Press Any Key. 
  278.   OR     File Size is Invalid.  Press Any Key. 
  279.  
  280. You will then be asked to retype the filename. 
  281.  
  282.  
  283.  
  284.  
  285.  
  286.                            Section 7.  F3 Key - Save 
  287.  
  288. After pressing F3, you will be prompted to enter the name of a filename to save
  289. the current Code Set.  As with F2 - Load, if the filename you have given (by 
  290. pressing Enter) is not valid, PCSet will tell you so: 
  291.  
  292. Save to Filename: c:\nodir\nofile <Enter> 
  293. File Cannot be Opened.  Check Any Path Given.  Press Any Key. 
  294.  
  295. Usually, this error results from an invalid path being given, so check that 
  296. first.  If the file you specify already exists, you will be given the chance to
  297. prevent its erasure: 
  298.  
  299. File Already Exists.  Overwrite (Y/N)? 
  300.  
  301. Type a Y or an N here.  If you say Y, the old file will be replaced.  Use 
  302. caution when overwriting a file.  PCSet has no way of telling that that file 
  303. just happened to be 10 months worth of dBase data. 
  304.  
  305. Again, the Arrow keys, the backspace key, and the alphanumeric keys are all 
  306. available.  And again, PCSet stops reading the filename at the first space. 
  307.  
  308.  
  309.                        Section 8.  F4 Key - Load Defaults 
  310.  
  311. If you press F4, you will be asked to confirm that you wish to replace the 
  312. current Code Sets with the default Epson FX-80e codes.  These codes, or minor 
  313. variations thereof, are very much a standard in the printer industry, although 
  314. I make no guarantee that they will work with your printer.  They may, however, 
  315. be a good starting point, and may help if you are confused about how Code Sets 
  316. should be entered. If you say Y to the confirm question, the codes will be 
  317. loaded from memory, overwriting any other Code Sets.  If you say N, nothing 
  318. will happen. 
  319.  
  320.  
  321.  
  322.                           Section 9.  F5 Key - Delete 
  323.  
  324. Use this option to start from scratch.  You will be asked to confirm the key 
  325. press - only pressing Y will confirm.  After pressing Y, your Code Set fields 
  326. will be blank and you can begin fresh.  By saying N, nothing will happen to 
  327. your data.  Caution: if you say Y, the current Code Set will be deleted, 
  328. regardless of whether it has been saved or not.
  329.  
  330.  
  331.                            Section 10.  F6 Key - Send 
  332.  
  333. This is a major function key, though its use is simple.  When you press F6, you
  334. will be asked to enter a Code Set to send to the printer.  PCSet uses what ever
  335. printer has been set by using the F7 - Setup utility, or uses LPT1 as a 
  336. default. 
  337.  
  338. Codes A-T are the only valid answers.  Enter (or F8, of course) may be pressed 
  339. to return to the Main Screen.
  340.  
  341. After you specify which Code Set to send, PCSet polls your printer to see if it
  342. is ready to receive data.  If you printer is ready, the code will be sent.  Ir 
  343. it is not ready, you will see:
  344.  
  345. Please Wait....
  346.  
  347. until the time-out period defined by your system has passed.  If you PCSet has 
  348. not received word from your printer that it is ready to print before that time-
  349. out period is over, you will eventually see: 
  350.  
  351. Please make sure printer is On and Online, then try again.  Press Any Key. 
  352.  
  353. Press a key and you will be asked for a Code Set again.  Ensure that your 
  354. printer is on.  If you have not already set the printer to match yours 
  355. (assuming that your printer is not LPT1, parallel printer #1), you should do so
  356. now.  If you check your printer and it is online, then the code will be sent.  
  357. There are two exceptions: 
  358.  
  359. As mentioned earlier in Section 5, if you enter a non-number in a non-text 
  360. field, or if one of your codes is greater than 255, you will see an error: 
  361.  
  362.   Codes:  27,45,1a   or   27 45 1   or   3 Blind Mice
  363.           Code Set contains a non-number.  Please re-edit.  Press Any Key. 
  364.  
  365.   Codes:  27,45,256   or   027,045,300   or   027,0045,001
  366.           Invalid Code in Code Set (over 255).  Please re-edit.  Press Any Key. 
  367.  
  368. In both cases, after pressing any key, you will be returned to the Main Screen 
  369. so that you can edit the Code Set right away.
  370.  
  371. Assuming everything goes well, your printer has accepted the codes you sent and
  372. is waiting now to print something else.  If you have set up one of your Code 
  373. Sets to be text, send it and see what the result is.  NOTE: PCSet automatically
  374. sends a Carriage Return / Line Feed combo at the end off every text line.  
  375.  
  376. Unlike most other parts of PCSet, after completion of the send, you will remain
  377. in send codes, to save you keystrokes should you wish to combine one or more 
  378. Code Sets.  Once you have sent one Code Set, PCSet will also display the last 
  379. set that you did send.  You can use this information to ensure that you pressed
  380. the correct key to get the desired result.
  381.  
  382. If you wish to send a DOS text file to your printer in, say, condensed mode, 
  383. and you have a PCSet Code Set for Condensed On, then load PCSet and send that 
  384. Code Set.  Then, exit PCSet and do one of the following:
  385.  
  386. A> copy textfile prn <ENTER>         If your printer is LPT1
  387.  
  388. A> copy textfile lpt2 <ENTER>
  389.  
  390. A> copy textfile com1 <ENTER>        If your printer is COM1.
  391.  
  392. NOTE: Serial printers are a special case.  If you do not have your serial 
  393. printer set up properly, refer to your DOS and/or printer manual.  However, in 
  394. general, a serial printer (plugged into the COM1 port) can be set up like this:
  395.  
  396. A> mode com1: 9600 n 8 1 p <ENTER>
  397.      OR
  398. A> mode com1:9600,n,8,1,p <ENTER>
  399.  
  400. You can also use the PCSet default printer if you also use the following DOS 
  401. command:
  402.  
  403. A> mode lpt1:=com1 <ENTER>
  404.  
  405. Again, consult your DOS and/or printer manual for exact syntax, which may vary 
  406. from DOS level to DOS level, and depending upon your DOS distributer (i.e. IBM,
  407. Tandy, etc).
  408.  
  409.  
  410.  
  411.                           Section 11.  F7 Key - Setup 
  412.  
  413. After hitting F7, your screen will change to a display of all possible DOS 
  414. printers: LPT1 - LPT3 and COM1 - COM4.  If you just started PCSet, there will 
  415. be an X next to LPT1, the default.  If you have loaded a PCSet Code Set file, 
  416. there will be an X next to which ever printer was set when that file was saved.
  417. You may change the current printer by using the Up and Down arrow keys and the 
  418. space bar and X keys.  Use the X key to place an X next to the output printer 
  419. you wish to use, and use the space bar to delete any X's you need to.  Press 
  420. Enter when you have made your selection.  If you selected no printers, or if 
  421. you selected too many printers, you will get an error: 
  422.  
  423.         You must choose one printer. 
  424.   OR    You may not choose more than one printer. 
  425.  
  426. Your cursor will be returned to the X blocks and you can try again.  If you 
  427. choose properly, PCSet will then poll your printer to make sure that it is On 
  428. and Online, ready to print.  If it is not, you will see: 
  429.  
  430. Error - Please make sure printer is On and Online. 
  431.  
  432. Once the printer is ready, press Enter again.  If you choose a non-existent 
  433. Parallel Port, you will see: 
  434.  
  435. That Parallel Port does not exist on this system. 
  436.  
  437. And finally, if all is well, you will see: 
  438.  
  439. Printer is set to LPT1.  Press Enter to return to Main Screen. 
  440.  
  441. The name LPT1 would be replaced by which ever printer device name you chose.  
  442. As the notes at the bottom of the setup screen say, you may be able to choose a
  443. non-existent COM port.  Doing so will hurt nothing, but will result in no 
  444. printing, either. 
  445.  
  446. NOTE: LPT4 is a legal printer in non-PS/2 machines, but is not included here 
  447. because it is very uncommon.  Let me know if this is a problem.
  448.  
  449.  
  450.  
  451.  
  452.                            Section 12.  F9 Key - Info 
  453.  
  454. By pressing F9 at the Main Screen, you will see an on-line Shareware 
  455. information screen.  This key is only available at the Main Screen.  Press any 
  456. key to return to the Main Screen.
  457.  
  458.  
  459.                             Section 13.  ASCII Chart
  460.  
  461. The following is a chart of ASCII codes.  Of special interest will be the 
  462. alphanumeric codes.  I give decimal notation here only, as hex notation will 
  463. not work with PCSet.  I have not shown the IBM character set characters for 
  464. non-printable characters (0-31 and 127) as these may affect your printer if you
  465. print this document.  Instead, I include standard abbreviations for these 
  466. characters (ex: FF = Form Feed).
  467.  
  468. Code   Character       Code   Character       Code   Character
  469. ----   -----------     ----   -----------     ----   -----------
  470. 0      NUL             86     V               172    ¼
  471. 1      SOH             87     W               173    ¡
  472. 2      STX             88     X               174    «
  473. 3      ETX             89     Y               175    »
  474. 4      EOT             90     Z               176    ░
  475. 5      ENQ             91     [               177    ▒
  476. 6      ACK             92     \               178    ▓
  477. 7      BEL (Beep)      93     ]               179    │
  478. 8      BS              94     ^               180    ┤
  479. 9      HT              95     _               181    ╡
  480. 10     LF (Ln Fd)      96     `               182    ╢
  481. 11     VT              97     a               183    ╖
  482. 12     FF (Fm Fd)      98     b               184    ╕
  483. 13     CR (Cg Ret)     99     c               185    ╣
  484. 14     SO              100    d               186    ║
  485. 15     SI              101    e               187    ╗
  486. 16     DLE             102    f               188    ╝
  487. 17     DC1             103    g               189    ╜
  488. 18     DC2             104    h               190    ╛
  489. 19     DC3             105    i               191    ┐
  490. 20     DC4             106    j               192    └
  491. 21     NAK             107    k               193    ┴
  492. 22     SYN             108    l               194    ┬
  493. 23     ETB             109    m               195    ├
  494. 24     CAN             110    n               196    ─
  495. 25     EM              111    o               197    ┼
  496. 26     SUB             112    p               198    ╞
  497. 27     ESC (Escape)    113    q               199    ╟
  498. 28     FS              114    r               200    ╚
  499. 29     GS              115    s               201    ╔
  500. 30     RS              116    t               202    ╩
  501. 31     US              117    u               203    ╦
  502. 32     space           118    v               204    ╠
  503. 33     !               119    w               205    ═
  504. 34     "               120    x               206    ╬
  505. 35     #               121    y               207    ╧
  506. 36     $               122    z               208    ╨
  507. 37     %               123    {               209    ╤
  508. 38     &               124    |               210    ╥
  509. 39     '               125    }               211    ╙
  510. 40     (               126    ~               212    ╘
  511. 41     )               127    delete          213    ╒
  512. 42     *               128    Ç               214    ╓
  513. 43     +               129    ü               215    ╫
  514. 44     ,               130    é               216    ╪
  515. 45     -               131    â               217    ┘
  516. 46     .               132    ä               218    ┌
  517. 47     /               133    à               219    █
  518. 48     0               134    å               220    ▄
  519. 49     1               135    ç               221    ▌
  520. 50     2               136    ê               222    ▐
  521. 51     3               137    ë               223    ▀
  522. 52     4               138    è               224    α
  523. 53     5               139    ï               225    ß
  524. 54     6               140    î               226    Γ
  525. 55     7               141    ì               227    π
  526. 56     8               142    Ä               228    Σ
  527. 57     9               143    Å               229    σ
  528. 58     :               144    É               230    µ
  529. 59     ;               145    æ               231    τ
  530. 60     <               146    Æ               232    Φ
  531. 61     =               147    ô               233    Θ
  532. 62     >               148    ö               234    Ω
  533. 63     ?               149    ò               235    δ
  534. 64     @               150    û               236    ∞
  535. 65     A               151    ù               237    φ
  536. 66     B               152    ÿ               238    ε
  537. 67     C               153    Ö               239    ∩
  538. 68     D               154    Ü               240    ≡
  539. 69     E               155    ¢               241    ±
  540. 70     F               156    £               242    ≥
  541. 71     G               157    ¥               243    ≤
  542. 72     H               158    ₧               244    ⌠
  543. 73     I               159    ƒ               245    ⌡
  544. 74     J               160    á               246    ÷
  545. 75     K               161    í               247    ≈
  546. 76     L               162    ó               248    °
  547. 77     M               163    ú               249    ∙
  548. 78     N               164    ñ               250    ·
  549. 79     O               165    Ñ               251    √
  550. 80     P               166    ª               252    ⁿ
  551. 81     Q               167    º               253    ²
  552. 82     R               168    ¿               254    ■
  553. 83     S               169    ⌐               255    blank
  554. 84     T               170    ¬
  555. 85     U               171    ½
  556.  
  557.  
  558.  
  559.  
  560.                          Section 14.  Registration Info 
  561.  
  562. If you like and use PCSet and/or PCSLite, a donation is requested.  This can 
  563. work in any one of several ways. 
  564.  
  565. Simplest, you could send a check or money order for $15.00 to the address at 
  566. the end of this file, made out to Steve Mount, and continue to use the version 
  567. of PCSet/PCSLite that you have.  You will be placed on a mailing list (that I 
  568. guarantee you never to sell to anyone) to get any announcements I make about 
  569. PCSet or related programs. 
  570.  
  571. Next, you could send a low-density diskette, 3½ or 5¼, to that same address, 
  572. with a self-addressed, stamped diskette mailer/protected envelope along with 
  573. $15.00 to get the latest versions of PCSet and PCSLite.  The "latest" versions 
  574. may be the same as the ones you have, but then again, they may not be. 
  575.  
  576. Next, you could send $20.00 and specify which type of diskette you need, and I 
  577. will supply the stamps and diskettes, and send you the latest versions of PCSet
  578. and PCSLite.  In both cases, I will add you to the mailing list, too. 
  579.  
  580. Lastly, if printer codes are not your forte, you could send $30.00, prepaid 
  581. return envelope, printer manual (or copies of the control codes pages), and 
  582. appropriate diskette, and I will make up as many PCSet Code Sets as I can for 
  583. you.  If you want me to supply the diskette, add $3.00.  Postage, add another 
  584. $3.00.  If you go this option, send your phone number as well, in case we need 
  585. to discuss anything. 
  586.  
  587. PCSet and PCSLite are the result of a lot of hard work and effort.  Myself, my 
  588. wife, and some friends have put it through a battery of tests.  However, bugs 
  589. are inevitable.  If you find one, please let me know about it.  And if you have
  590. any special requests that you feel could benefit any PCSet/PCSLite user, let 
  591. me know that, too.  Your suggestion could make it to the next release. 
  592.  
  593.  
  594. Steve Mount 
  595. RR 1 Box 320 
  596. Starksboro, VT  05487-9702 
  597.  
  598.  
  599. Contact me on CompuServe:  ID 73720,3404
  600.  
  601.  
  602. THE PCSet, PCSLite PROGRAMS AND THIS MANUAL ARE COPYRIGHTED DOCUMENTS.  THE 
  603. OWNER OF THE COPYRIGHT GIVES OTHERS PERMISSION TO DISTRIBUTE UNALTERED COPIES 
  604. OF THE PROGRAMS AND DOCUMENTATION TO OTHER INTERESTED PARTIES.  THESE PROGRAMS 
  605. ARE NOT IN THE PUBLIC DOMAIN.  IF YOU USE PCSet AND/OR PCSLite, PLEASE PAY THE 
  606. REGISTRATION FEE.  IT WILL ENSURE CONTINUED GROWTH OF THE PROGRAMS FOR ALL 
  607. USERS. 
  608.  
  609.       PCSET, PCSLite, AND DOCUMENTATION COPYRIGHT (C) 1991 BY STEVE MOUNT 
  610.                               ALL RIGHTS RESERVED. 
  611.            Appendix A.  Adding PCSet/PCSLite to your Dos 5 help file
  612.  
  613. The 1.6 version of PCSet and the 1.5 version of PCSLite include DOS 5.0
  614. compatible help switches (the /? switch).  This switch, or flag as it is also 
  615. known, is passed to PCSet or PCSLite by the DOS 5 HELP program.  But for HELP 
  616. to work with the PCSet and PCSLite programs, you must first edit your DOS help 
  617. file.  This file is called DOSHELP.HLP.  Adding PCSet and/or PCSLite to this 
  618. help database is rather simple, provided you have a straight text editor.  
  619.  
  620. For this example, I will use the DOS 5 EDIT program to edit the help file, as 
  621. it is included with every copy of DOS 5.  Note that this Appendix is not meant 
  622. to be an introduction to using EDIT.  Also note that the concepts used here can 
  623. be applied to nearly all text editors.
  624.  
  625. First, enter EDIT by typing EDIT at the A/B/C prompt.  Note that the QBASIC
  626. program must be in your PATH for EDIT to find.  See your DOS manual for
  627. details.  When you see the EDIT screen, choose the File option and then choose
  628. Open.  Change your directory as needed by using the Dirs/Drive box, and type
  629. PCSET.DOC into the File Name box.  Press ENTER and this file should appear.
  630.  
  631. Now select the Search option, then the Find option.  In the Find What box, type
  632. "load/save" without the quotation marks.  Press ENTER.  This is the one we are 
  633. looking for - it is a description of the PCSet and the PCSLite programs.  Use 
  634. your mouse or keyboard to select all text from the word "PCSET" to the word 
  635. "details." 
  636.  
  637. Once selected, the entire four-line block of text should be highlighted.  
  638. Choose the Edit option and select Copy.  The text will be loaded into memory.
  639. Now for the final part.  Choose File and then Open.  In the File Name box,
  640. type \dos\doshelp.hlp (assuming all DOS files are in a directory named \dos.
  641. If they are not, then change this File Name appropriately).  The help file
  642. will appear.
  643.  
  644. Choose Search, then choose Find.  Type PAUSE into the Find What box and press
  645. ENTER.  Place your cursor on the next line down, on top of the P in PRINT.  
  646. Press Shift-Insert, and the PCSet/PCSLite help text will appear!  Now choose
  647. File, and then Exit.  EDIT will ask you if you wish to save DOSHELP.HLP - say
  648. Yes, and you will return to the DOS prompt.  Your DOS help file is all set to
  649. give you brief help on the PCSet and PCSLite programs.  Providing, of course, 
  650. that PCSet/PCSLite are in a PATH in which DOS can find the programs.
  651.  
  652. If you have any doubts about any of these procedures, refer to your DOS manual.
  653.  
  654. This is the text to insert:
  655.  
  656. PCSET    Used to load/save printer Code Sets which are used to configure a 
  657.          printer for use with DOS commands or other programs.
  658. PCSLITE  Smaller version of PCSET: no on-line help, no defaults, and no 
  659.          printer name changes.
  660.  
  661.